Avoid calling recyclePruneAndUndelayJobs() in daemonized mode
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 19 Oct 2014 01:11:53 +0000 (18:11 -0700)
committerOri.livneh <ori@wikimedia.org>
Mon, 20 Oct 2014 20:37:32 +0000 (20:37 +0000)
commit015ad5d4030e553055d28d929743e49308fb459f
tree2cae68cf64179fcaf167efd25233b78ad5babfc6
parent6fb4db2b9219bd538e1d51255f5a351a3e8c19c1
Avoid calling recyclePruneAndUndelayJobs() in daemonized mode

* This could cause problems if claimTTL is 0 in MW config but not
  in the runner JSON config.

Change-Id: I86418fd4426b58be1c17c97e026d14239f5e36de
includes/jobqueue/JobQueueRedis.php